save fig plot dataframe

29

save fig plot dataframe -

plot = dtf.plot()
fig = plot.get_figure()
fig.savefig("output.png")

Comments

Submit
0 Comments